home *** CD-ROM | disk | FTP | other *** search
/ comtecelectrical.ca / www.comtecelectrical.ca.tar / www.comtecelectrical.ca / infobots / Backup / MSOCache / All Users / 90000409-6000-11D3-8CFE-0150048383C9 / ZE561411.CAB / NAVBARS.INI_1033 < prev    next >
INI File  |  2000-09-21  |  2KB  |  72 lines

  1. [Bars]
  2. Name=Bars
  3. Description=An HTML style where each link is separated by a vertical line.
  4. Button="<A HREF="#URL#" TARGET="#TARGET#" STYLE="{text-decoration: none;}">#LABEL#</A>"
  5. Selected="#LABEL#"
  6. H-Separator=" | "
  7. V-Separator="<br>"
  8. Preview="bars.gif"
  9.  
  10. [Slashes]
  11. Name=Slashes
  12. Description=An HTML style where each link is separated by slashes.
  13. Button="<A HREF="#URL#" TARGET="#TARGET#" STYLE="{text-decoration: none;}">#LABEL#</A>"
  14. Selected="#LABEL#"
  15. H-Separator=" / "
  16. V-Separator="<br>"
  17. Preview="slashes.gif"
  18.  
  19. [Brackets]
  20. Name=Brackets
  21. Description=An HTML style where each link is enclosed in brackets.
  22. Button="[<A HREF="#URL#" TARGET="#TARGET#" STYLE="{text-decoration: none;}">#LABEL#</A>]"
  23. Selected="[#LABEL#]"
  24. H-Separator=" "
  25. V-Separator="<br>"
  26. Preview="brackets.gif"
  27.  
  28. [Dots]
  29. Name=Dots 
  30. Description=An HTML style where each link is separated by dots.
  31. Button="<A HREF="#URL#" TARGET="#TARGET#" STYLE="{text-decoration: none;}">#LABEL#</A>"
  32. Selected="#LABEL#"
  33. H-Separator=" • "
  34. V-Separator="<br>"
  35. Preview="dots.gif"
  36.  
  37. [MoreDots]
  38. Name=More Dots
  39. Description=An HTML style where each link is surrounded by dots.
  40. Button="<A HREF="#URL#" TARGET="#TARGET#" STYLE="{text-decoration: none;}">#LABEL#</A>"
  41. Selected="#LABEL#"
  42. H-Separator=" • "
  43. H-Prefix="• "
  44. H-Suffix=" •"
  45. V-Prefix="• "
  46. V-Separator=" •<br>• "
  47. V-Suffix=" •"
  48. Preview="moredots.gif"
  49.  
  50. [Tabular]
  51. Name=Tabular
  52. Description=An HTML style where each link is spaced evenly across the page.
  53. Button="<A HREF="#URL#" TARGET="#TARGET#">#LABEL#</A>"
  54. Selected="#LABEL#"
  55. H-Separator="</td><td align="center">"
  56. H-Prefix="<table width="100%"><tr><td align="center">"
  57. H-Suffix="</td></tr></table>"
  58. V-Separator="</td></tr><tr><td align="center">"
  59. V-Prefix="<table><tr><td align="center">"
  60. V-Suffix="</td></tr></table>"
  61. Tag="body"
  62. Preview="tabular.gif"
  63.  
  64. [Underlined]
  65. Name=Underlined
  66. Description=An HTML style where each link underlined.
  67. Button="<A HREF="#URL#" TARGET="#TARGET#">#LABEL#</A>"
  68. Selected="<U>#LABEL#</U>"
  69. H-Separator=" "
  70. V-Separator="<br>"
  71. Preview="undrline.gif"
  72.